lcWndGetEntity Home

Returns a handle to the graphic object which was preliminaty found by the lcWndGetEntsByRect function.

 HANDLE lcWndGetEntity (
   int iEnt
 );

Parameters
iEnt
  Zero-based index in the array of found objects.

Return Value

  Handle to the graphic object. If there is no object, the function returns NULL.

Remarks

  After you finish to retrieve all entities, call this function one more time with parameter iEnt = -1, in order to free inner memory used to store selected entities.

See Also

  Code sample 1
Code sample 2